-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support moniker specific folders for readmes (and incoming service overviews) #1233
Conversation
The following pipelines have been queued for testing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one minor comment.
$rdSuffix = "-pre" | ||
} | ||
|
||
$readmeName = "$($packageInfo.PackageId.Replace('azure-','').Replace('Azure.', '').Replace('@azure/', '').ToLower())-readme$rdSuffix.md" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
orthogonal but something to be aware of... for open telemetry some of the things now have @microsoft scope instead of @Azure in the names (see https://github.com/Azure/azure-sdk-for-js/pull/12458/files). Eventually you might need to handle those as package names as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah man. It's an easy fix. Will definitely get that in here too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not happy with my easy fix. Ugly as hell.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the ugly fix part of this PR? I don't see any handling of this or at least didn't understand how it was handled in this PR.
The following pipelines have been queued for testing: |
…rameter requirements and renamed CIRepository to DocRepoLocation which is a lot clearer.
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Current.
New
This is enabled by docfx updates that change our publishing to pull from the different folders but write to the same URL PATH.
The outcome of this + the SyncToC update + other updates to release configs is that we will be able to swap between monikers as expected!